Bounds3D.Intersects Function

Returns a Boolean. Tests whether this bounding volume overlaps another.

Syntax

result = Bounds3D.Intersects( Other )

Parameters

Other

Bounds3D

Return Value

Result

Boolean

Notes

When in doubt, it returns True.